home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8123 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: rohcs1.uhc.com!usenet
  2. From: "Michael M. Rye" <1726@topcity.mn.org>
  3. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.misc
  4. Subject: Re: serial problems
  5. Date: 14 Mar 1996 19:39:35 GMT
  6. Organization: Born Information Services Group
  7. Message-ID: <4i9sln$3ler@rohcs1.uhc.com>
  8. References: <4i8pb2$i58@news2.delphi.com>
  9. NNTP-Posting-Host: ducttape.uhc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.12 (X11; I; AIX 2)
  14. X-URL: news:4i8pb2$i58@news2.delphi.com
  15.  
  16. snewland@bix.com (snewland) wrote:
  17. >I have an A2000 w/OS3.1, a 28800
  18. >modem and an 040.  I seem to be having some problems with my serial port.
  19. >Every once in a while I'll get a Serial I/O error No 6 (hardware overrun).
  20. >Does anyone know what causes this and how it might be fixed.
  21.  
  22. >Thanks in advance.
  23.  
  24. >Spencer
  25. -- 
  26. You're probably either doing too much multitasking at the time, or your
  27. terminal program task priority is too low.  The Amiga only has a 1 byte
  28. buffer for incoming serial port communications.  If your priority is too
  29. low on the terminal program, the CPU won't be able to service it fast
  30. enough to keep up with the incoming data.  Same for the multitasking
  31. issues - CPU can't keep up with the serial port interrupts.
  32.  
  33. Fixing it requires you to either increase the priority of your terminal
  34. program, reduce the number of program you're running concurrently (reduce
  35. multitasking load), or buy a high speed serial port card for the Amiga
  36. (don't buy a PeeCee (ICK!) card obviosly).
  37.  
  38. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  39. * Michael M. Rye (Jedi) *   A1200, 50 MHz '030, 50 MHz '882   *
  40. *  1726@topcity.mn.org  *__10 MB RAM, 850 MB HD, Supra 28.8k__*
  41. *  UNIX/C Admin/Design  *  A500, 1 chip/2 "fast", 2 floppies  *
  42. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  43. *                    Thought of the Day:                      *
  44. *   Luke, I'm your father ... Join the Darkside, you knob!!   *
  45. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  46.  
  47.